{% extends 'cms_base.html' %} {% load wagtailcore_tags static %} {% block content %} {% for block in page.content %}
{% include_block block %}
{% endfor %} {% endblock content %}